home *** CD-ROM | disk | FTP | other *** search
/ Risc World 3 / Risc World 3.iso / SOFTWARE / ISSUE1 / HTML / SAMPLE
Text File  |  2002-05-27  |  821b  |  17 lines

  1. <HTML>
  2. <HEAD>
  3. <TITLE>An Example HTML page</TITLE>
  4. </HEAD>
  5. <BODY text="Black" bgcolor="White" link="Red" vlink="gray">
  6. <HR align=CENTER width="75%">
  7. <H2>This is the main heading</H2>
  8. <P>This is a simple page of HTML. As we take the page apart we will be able to see what each of the commands do. Now we will end this paragraph and have a picture</P>
  9. <P ALIGN="CENTER"><IMG ALT="This is a picture" SRC="IMAGES/PICCY.GIF" WIDTH=251 HEIGHT=455><BR>
  10. <SMALL>Now we could add a caption to the picture!</SMALL></P>
  11. <P><FONT COLOUR="#FF0000">Now for a red bit!</FONT></P>
  12. <P><FONT COLOUR="Blue">And a blue bit!</FONT></P>
  13. <P ALIGN="RIGHT">And we could put some text<BR>over here as well!</P>
  14. <P ALIGN="CENTER"><B>We can do BOLD, and of course <I>Italic</I></B> and normal text to!</P>
  15. <hr align=CENTER width="75%">
  16. </BODY>
  17. </HTML>